home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / search.swf / scripts / DefineSprite_12_icon_prep / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-04  |  228 b   |  13 lines

  1. this.onRollOver = function()
  2. {
  3.    _root.help_preview_view(41,this,"bottom-left",0,-18);
  4. };
  5. this.onRollOut = function()
  6. {
  7.    _root.help_preview_remove();
  8. };
  9. this.onPress = function()
  10. {
  11.    _root.help_view(41,this);
  12. };
  13.